home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DDJ0192.ARJ / MAKEFIL5 < prev    next >
Text File  |  1991-09-23  |  259b  |  13 lines

  1. # 3D animation make program
  2. # Make file for simple 3D polygon rotation example
  3.  
  4. .c.obj:
  5.    bcc -c $<
  6.  
  7. .asm.obj:
  8.    tasm -ml -zi $*
  9.  
  10. l5.exe: l5.obj l2.obj l3.obj l1.obj fillcnvx.obj scan.obj mode.obj \
  11. showpage.obj fillrect.obj
  12.    tlink @linkres5
  13.